07. Exercise: Add a Menu

Add a Menu

Now it's your turn. Add the Menu to "Github Query" following all the TODOs in the exercise. Have fun!

Exercise Code

Exercise: T02.02-Exercise-AddMenu

Quiz: Add a menu

SOLUTION:
  • Create the Menu Resource
  • Add the menu item for Search to the Menu Resource, setting it to showAsAction ifRoom
  • Inflate the menu in onCreateOptionsMenu
  • Display a toast in onOptionsItemSelected when Search is selected

Quiz: Add Menu

How do we tell Android that we'd like a menu item to show up as a button on the Toolbar?

SOLUTION: Add the showAsAction XML attribute to the menu item